browserNavigateComplete
Type
message
Summary
Sent when the browser successfully navigates to a new page.
Syntax
browserNavigateComplete <pUrl>
Description
The browserNavigateComplete message is sent to the widget's script object when the browser successfully navigates to a new page. The pUrl parameter contains the URL of the new page.
Parameters
Name | Type | Description |
---|---|---|
pUrl | string | The URL of the new page. |